home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / hard / hack / i2clib40.lha / i2clib40 / Developer / fd / i2c_lib.fd
Text File  |  1997-03-16  |  385b  |  18 lines

  1. ##base _I2C_Base
  2. ##bias 30
  3. ##public
  4. *--- functions in v37.0 or higher ---
  5. AllocI2C(delaytype,name)(D0,A1)
  6. FreeI2C()()
  7. SetI2CDelay(ticks)(D0)
  8. InitI2C()()
  9. SendI2C(addr,number,data)(D0,D1,A1)
  10. ReceiveI2C(addr,number,data)(D0,D1,A1)
  11. *--- functions in v38.0 or higher ---
  12. GetI2COpponent()()
  13. *--- functions in v39.0 or higher ---
  14. I2CErrText(errnum)(D0)
  15. ShutDownI2C()()
  16. BringBackI2C()()
  17. ##end
  18.